@struct atsc_table_eit @brief ATSC EIT table @ingroup dvb_table
@param header struct dvb_table_header content @param protocol_version protocol version @param events events @param event pointer to struct atsc_table_eit_event
This structure is used to store the original ATSC EIT table, converting the integer fields to the CPU endianness.
Everything after atsc_table_eit::event (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there.
See Implementation
@struct atsc_table_eit @brief ATSC EIT table @ingroup dvb_table
@param header struct dvb_table_header content @param protocol_version protocol version @param events events @param event pointer to struct atsc_table_eit_event
This structure is used to store the original ATSC EIT table, converting the integer fields to the CPU endianness.
Everything after atsc_table_eit::event (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there.